projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12c83f5
)
(setup_coding_system): Fix previous change.
author
Kenichi Handa
<handa@m17n.org>
Thu, 13 Apr 2006 04:25:44 +0000
(
04:25
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Thu, 13 Apr 2006 04:25:44 +0000
(
04:25
+0000)
src/ChangeLog
patch
|
blob
|
history
src/coding.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 71b7dde96b04da5ecb4c85c15917fb8c718b033e..e2da810a4fc85d21090a4b7ce3cfe80f06bed9a0 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+2006-04-13 Kenichi Handa <handa@m17n.org>
+
+ * coding.c (setup_coding_system): Fix previous change.
+
2006-04-13 Nick Roberts <nickrob@snap.net.nz>
* xdisp.c (note_mouse_highlight): Add help echo for dragging vertical
diff --git
a/src/coding.c
b/src/coding.c
index 3ffc976079cbf7e1f999ce042913aa1f0e6ea07f..51e76e51b713d33317fa8c21930d64b1b1b5484f 100644
(file)
--- a/
src/coding.c
+++ b/
src/coding.c
@@
-3621,7
+3621,7
@@
setup_coding_system (coding_system, coding)
= CODING_REQUIRE_DECODING_MASK | CODING_REQUIRE_ENCODING_MASK;
}
else
- coding->eol_type =
system_eol_type
;
+ coding->eol_type =
CODING_EOL_LF
;
coding_type = XVECTOR (coding_spec)->contents[0];
/* Try short cut. */